home *** CD-ROM | disk | FTP | other *** search
/ Nejlepší České Hry / Nej české hry.iso / hry / airhockey / airhockey.exe / scripts / DefineButton2_58 / BUTTONCONDACTION on(release).as
Text File  |  2004-11-25  |  273b  |  11 lines

  1. on(release){
  2.    _root.odle = 2;
  3.    _root.me.stul.pl1._visible = 0;
  4.    _root.me.stul.pl2._visible = 1;
  5.    _root.me.stul.hr1o._visible = 1;
  6.    _root.me.stul.hr2o._visible = 1;
  7.    _root.me.stul.hr1o._x = -1000;
  8.    _root.me.stul.hr2o._x = -1000;
  9.    gotoAndStop(2);
  10. }
  11.